Properties of the THttpOptions class.
For a complete list of the THttpOptions class members, see the THttpOptions Members topic.
Public
Name | Description |
Enabled |
Enables an HTTP connection.
|
ProxyOptions |
Holds a TProxyOptions object that contains settings for a proxy connection.
|
Published
Name | Description |
Password |
Holds the password for HTTP authorization.
|
TrustServerCertificate |
Verifies the server certificate during an SSL handshake.
|
Url |
Holds the URL of the PHP script for HTTP tunneling.
|
Username |
Holds the username for HTTP authorization.
|
See Also